home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_1171 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  69 b   |  7 lines

  1. on(release){
  2.    if(playername != "")
  3.    {
  4.       play();
  5.    }
  6. }
  7.